home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE4 / POWERBASE / SCRIPT / Scripts / Elements / Script2 < prev    next >
Text File  |  2001-06-18  |  538b  |  29 lines

  1. !SCRIPT QUIET
  2.  
  3. !COMMENT Select fields to print by specifying tags
  4. !SELECTION NAME,ORIG,Z,GP
  5.  
  6. !COMMENT Set default print options
  7. !PRINTOPTS
  8.  
  9. !COMMENT Make arbitrary choice of records to print 
  10. !INCLUDE CALC,IODO,LITH,COPP,CURI,CARB,MERC,STRO,CHLO,LEAD
  11.  
  12. !COMMENT Pre-sort on atomic number before displaying report
  13. !SORT Z
  14.  
  15. !COMMENT Only the !INCLUDEd records appear if no search formula
  16. !QUERY ALL
  17.  
  18. !COMMENT Clear print selection
  19. !SELECTION
  20.  
  21. !COMMENT Restore default options
  22. !PRINTOPTS
  23.  
  24. !COMMENT Clear the record marks
  25. !CLEAR
  26.  
  27. !SCRIPT END
  28.  
  29.